home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / cdmax153 / CDmax.exe / 0 / RCDATA / TFRMSELDIR / TFRMSELDIR.txt
Text File  |  1998-06-12  |  889b  |  42 lines

  1. object frmSelDir: TfrmSelDir
  2.   Left = 320
  3.   Top = 138
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select a Directory'
  7.   ClientHeight = 347
  8.   ClientWidth = 232
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblPath: TLabel
  20.     Left = 15
  21.     Top = 12
  22.     Width = 25
  23.     Height = 13
  24.     Caption = 'Path:'
  25.   end
  26.   object lblDrives: TLabel
  27.     Left = 14
  28.     Top = 269
  29.     Width = 33
  30.     Height = 13
  31.     Caption = 'Drives:'
  32.   end
  33.   object droSelect: TDirectoryOutline
  34.     Left = 14
  35.     Top = 56
  36.     Width = 201
  37.     Height = 209
  38.     ItemHeight = 13
  39.     OnChange = droSelectChange
  40.     Options = [ooDrawFocusRect]
  41.     PictureLeaf.Data = {<image000.BM6(>}
  42.